Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit ff1252883c39f1a289aec414b61afd1b376c85b8


Parents : 02c88fe
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-07-21T02:15:42+02:00

Added interface appearance types

Changes

1 files changed, 3 insertions(+), 1 deletions(-)

M sbapp/main.py +3 -1

Diff

diff --git a/sbapp/main.py b/sbapp/main.py
index b5d2171b..8cd0161c 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -610,6 +610,7 @@ class SidebandApp(MDApp):
self.incoming_messages_updater = None
self.last_map_update = 0
self.last_telemetry_received = 0
+ self.telemetry_interfaces = {}
self.repository_url = None
self.rnode_flasher_url = None
@@ -5168,7 +5169,8 @@ class SidebandApp(MDApp):
def iface_icon(self, iface_type):
if iface_type == "RNodeInterface": return "access-point-network"
- elif iface_type == "Weave": return "access-point"
+ elif iface_type == "WeaveInterface": return "access-point"
+ elif iface_type == "KISSInterface": return "radio-tower"
elif iface_type == "BackboneInterface": return "wan"
elif iface_type == "TCPServerInterface": return "lan-connect"
elif iface_type == "I2PInterface": return "lock-pattern"


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────